gtk/Makefile.am: Fix 'make dist'
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 12 Jun 2017 10:14:57 +0000 (18:14 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 12 Jun 2017 10:14:57 +0000 (18:14 +0800)
We don't have gtkcenterboxprivate.h anymore, as it became a public
header...

gtk/Makefile.am

index 82c725f9be3f101b70557635f33f46b5e4541d01..d204ba2267711455f5dbe1808f55ff3a8aed578e 100644 (file)
@@ -578,8 +578,7 @@ gtk_private_h_sources =             \
        gtkwindowprivate.h      \
        gtktreemenu.h           \
        gdkpixbufutilsprivate.h \
-       gtkgizmoprivate.h \
-       gtkcenterboxprivate.h
+       gtkgizmoprivate.h
 
 # GTK+ C sources to build the library from
 gtk_base_c_sources =           \